breadth_first_search

Locates the next node in graph to get to a position

Parameters

graph Graph

The graph of nodes

start T

Starting/End position to go to

Return Value

Type: T[T]

An AA mapping a position to another to get to a point

Meta